From: Richard M. Stallman Date: Thu, 14 Apr 1994 04:46:12 +0000 (+0000) Subject: (HAVE_X11R4): If we define HAVE_X11R5, define this too. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92192 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=673fea7abd63c35cd3292e0ee3e3107ae19b757e;p=emacs.git (HAVE_X11R4): If we define HAVE_X11R5, define this too. --- diff --git a/src/xterm.h b/src/xterm.h index 8ae3d4d0c32..7db49db65a2 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -85,6 +85,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef XlibSpecificationRelease #if XlibSpecificationRelease >= 5 #define HAVE_X11R5 +/* In case someone has X11R5 on AIX 3.1, + make sure HAVE_X11R4 is defined as well as HAVE_X11R5. */ +#define HAVE_X11R4 #endif #endif